Skip to content

Conversation

@codluca
Copy link
Member

@codluca codluca commented Sep 21, 2025

Add support for row-level modification in Cassandra connector

Description

The WHERE clause in an UPDATE statement for Cassandra must specify the full primary key (all columns in the partition key and all columns in the clustering key, if any). The conditions in the WHERE clause must be EQ conditions.

Fixes #26489

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
(X) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

## Section
* Fix some things. ({issue}`26489`)

@cla-bot cla-bot bot added the cla-signed label Sep 21, 2025
@github-actions github-actions bot added the cassandra Cassandra connector label Sep 21, 2025
@codluca codluca force-pushed the 26489-support-row-level-modification-in-cassandra branch 3 times, most recently from 0d0df48 to ce1cf50 Compare September 21, 2025 18:01
@codluca codluca requested a review from ebyhr September 22, 2025 08:38
@codluca codluca force-pushed the 26489-support-row-level-modification-in-cassandra branch from ce1cf50 to 8c4383c Compare October 7, 2025 12:16
@github-actions
Copy link

This pull request has gone a while without any activity. Ask for help on #core-dev on Trino slack.

@github-actions github-actions bot added the stale label Oct 28, 2025
The WHERE clause in an UPDATE statement for Cassandra must specify the full primary key (all columns in the partition key and all columns in the clustering key, if any). The conditions in the WHERE clause must be EQ conditions.
@codluca codluca force-pushed the 26489-support-row-level-modification-in-cassandra branch from 8c4383c to 8ca4b13 Compare October 29, 2025 14:52
@github-actions github-actions bot removed the stale label Oct 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cassandra Cassandra connector cla-signed

Development

Successfully merging this pull request may close these issues.

Support row-level modification in Cassandra connector

1 participant